Ignore summaries in downloaded crates
authorAlex Crichton <alex@alexcrichton.com>
Thu, 20 Oct 2016 22:07:18 +0000 (15:07 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 25 Oct 2016 23:59:50 +0000 (16:59 -0700)
commitc8a5dcd28f3ca221b4a2e0be2e153eb8089dd419
treee30a8c89a354d0b8bd22763be6f2520d37b88e06
parent62b5992f0ebcbb9077fbd1a5d53c0378c67b95d2
Ignore summaries in downloaded crates

Unfortunately historical Cargo bugs have made it such that the index sometimes
differs from the actual crate we download. Let's respect the index, however,
which should be our source of truth.

Closes #3214
src/cargo/core/manifest.rs
src/cargo/sources/registry/mod.rs
tests/cargotest/support/registry.rs
tests/cfg.rs
tests/registry.rs